Skip to content

Update deploy strategy: provider-platform uses main#32

Merged
AquiGorka merged 1 commit intomainfrom
chore/update-deploy-strategy
Mar 24, 2026
Merged

Update deploy strategy: provider-platform uses main#32
AquiGorka merged 1 commit intomainfrom
chore/update-deploy-strategy

Conversation

@AquiGorka
Copy link
Copy Markdown
Contributor

Summary

Updates DEPLOY-STRATEGY.md to reflect that provider-platform now uses main as its primary branch, matching all other repos.

  • Branch strategy: "main or dev depending on repo" -> "main for all repos"
  • provider-platform auto-tag: triggers on push to main
  • provider-platform deploy-testnet: triggers on push to main
  • CI workflows reference table updated

All references to dev branch updated to main. Provider-platform
workflows now trigger on push to main, matching all other repos.
@AquiGorka AquiGorka merged commit 80872c9 into main Mar 24, 2026
1 check passed
@AquiGorka AquiGorka deleted the chore/update-deploy-strategy branch March 24, 2026 16:15
AquiGorka added a commit that referenced this pull request Mar 31, 2026
😢 🙈 

## Summary
- Removes hardcoded Grafana Cloud Tempo URL and auth token from
`testnet/verify-otel.ts`
- Both `TEMPO_URL` and `TEMPO_AUTH` are now required env vars (script
exits with clear error if missing)
- The leaked token has already been rotated in Grafana Cloud

## Context
The previous code had production Grafana Cloud credentials as fallback
defaults, meaning they were committed to the repo in plaintext. This was
introduced in #32 as part of a large commit (53 files).

## Test plan
- [x] Run `deno run --allow-all testnet/verify-otel.ts` without env vars
— should exit with error
- [x] Run with `TEMPO_URL` and `TEMPO_AUTH` set — should work as before
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant